Welcome![Sign In][Sign Up]
Location:
Search - socket C/S VC

Search list

[Windows Developsocket3

Description: 简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。-Simple routine of socket c/s communication based on VC, which pass debug and can run with arithmetic description.
Platform: | Size: 80161 | Author: 王士明 | Hits:

[TCP/IP stacksocket

Description: 一个关于C/S架构的程序,VC中Socket通信的使用
Platform: | Size: 82144 | Author: huafan | Hits:

[SourceCodesocket c/s架构代码

Description: 使用VC编写的socket server和client简单程序
Platform: | Size: 1190976 | Author: traderchina2009@yahoo.com | Hits:

[Windows Developsocket3

Description: 简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。-Simple routine of socket c/s communication based on VC, which pass debug and can run with arithmetic description.
Platform: | Size: 79872 | Author: 王士明 | Hits:

[Internet-Network客户服务器端

Description: 这是完整的一个C/S的客户服务端程序!但是我希望加点功能!请大家帮帮忙,“我要做的是客户端和服务器正常运行的情况下,如果网络断了,(比如说我把网络弄掉了,然后再接好)过了一会网络恢复正常,客户端能自动连接到服务器端,不能人工干涉! 我查了一些资料,在VC里有一个函数OnTimer(nIDEvent)可以定时产生事件!可以实现这个功能,但是我用了,还是连不上,请大家帮帮忙吧!做好后给我发到我的邮箱里!谢谢!-This is a complete C/S programe,but I hope put more function into it.Please help me.Fllowing is I ll want to do.When client is communicating with server normally,the network link is down. After while the link recovery(ie,I take the cable out from the computer then plug it in.)The Client can reconnect the server automatically not redo by human.I study some reference information to do it.There is a function OnTimer(nIDEvent) in VC can send event message periodically.But I still can t reconnect.Please help me to do it and then mail to me. Thanks.
Platform: | Size: 3988480 | Author: 海军 | Hits:

[GUI Develop2005101114580319514

Description: [VC & C++][数据库应用] 综合人事管理系统 数据库和VC的综合应用-[C] [VC database application] integrated personnel management system database and integrated applications VC
Platform: | Size: 983040 | Author: zl | Hits:

[Internet-Networksrverandclinet

Description: C/S,一个使用Socket的Server,Client通信程序. -C/S, to use a Socket Server and Client Communication Program.
Platform: | Size: 106496 | Author: 曹文博 | Hits:

[TCP/IP stacksocket

Description: 一个关于C/S架构的程序,VC中Socket通信的使用-On C/S structure of the procedure, VC in the use of Socket Communications
Platform: | Size: 81920 | Author: huafan | Hits:

[ICQ-IM-ChatCSocket

Description: VC++实现基于C/S模式的聊天程序,是网络编程的基础。-VC++ Realize based on the C/S mode chat program is the basis of network programming.
Platform: | Size: 8496128 | Author: 阿德 | Hits:

[Windows DevelopVc

Description: socket通信的一些说明文档,非常详细,有需要的朋友欢迎下载-socket communications in a number of documentation, very detailed, there is a need to welcome a friend to download
Platform: | Size: 231424 | Author: cai | Hits:

[Internet-NetworkchatVCsource

Description: 聊天室VC源代码,使用SOCKET实现,基于C/S模式。-Chat VC source code, use the SOCKET to achieve, based on the C/S mode.
Platform: | Size: 396288 | Author: jiangyulei | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Internet-NetworkClient

Description: vc socket简单小例子实现聊天功能 采用C/S模式-a simple application impliment chating using vc socket.
Platform: | Size: 5513216 | Author: zhifan | Hits:

[Othervcnetpgmsrc.rar

Description: 一些VC++网络编程实例,通过这些小小的实例,你可以了解到一些VC++网络编程的相关知识,比如数据封装、TCP/IP模型、端口的使用、套接字(Socket)的引入、C/S结构客户端与服务器编程、基于UDP面向无连接的Socket编程、一些网络函数的使用、基于TCP的网络应用程序的编写、UDP聊天程序的实现等,我觉得这些实例虽小,但却是比较实用的,在以后从事VC++编程中,这也是常用到的基础知识。,This case will allow you to learn how to use VC++ image mosaic effect, of course, the effect is not very good, there are a lot of perfect space, can only say that is a mosaic processing module demo, I believe that is more useful for beginners it.
Platform: | Size: 23552 | Author: 沈思瀚 | Hits:

[Communicationexcmcs

Description: vc写的考试系统,用到socket技术,c/s结构-vc write the exam system, used the socket technology, c/s structure
Platform: | Size: 5201920 | Author: HomerW | Hits:

[Internet-Networkremoteassist

Description: 基于socket的远程协助系统,vc++ 环境编译通过,基于c/s模型。-Socket-based Remote Assistance
Platform: | Size: 5974016 | Author: 李里 | Hits:

[Windows DevelopTestSocket

Description: VC++ MFC Socket编程例子,C/S结构的程序,分客户端和服务端,Server端又分两个版本:一个是MFC,一个是SDK版本,VC6.0环境下可顺利编译。-VC++ MFC Socket programming examples, program C/S structure, client and server, Server side is divided into two versions: one is the MFC, one version of the SDK, you can successfully compile under VC6.0 environment.
Platform: | Size: 57344 | Author: kpudn15 | Hits:

[Windows Develop1v1聊天

Description: 基于VC++的window socket编程聊天程序,实现局域网内点对点通信(Window socket programming chat program based on VC++ to realize point to point communication in LAN)
Platform: | Size: 1024 | Author: 咯; | Hits:

CodeBus www.codebus.net